This folder contains an Imagine project that can be used
to control the motors. You need a version of Imagine Logo.
The project is using English Imagine commands, thus, you
need to start Imagine with /v:english if you are using
another language version.

You also need to modify the variable "cesta" in the project
to contain path to the command-line utility that communicates
with the device over USB. You can do that as follows:

After loading the project, click F4, double-click on the
variable "cesta", and change the path. Then click F4 again
to hide the memory panel, and save the project with SHIFT-F2
(File-Save). Note the path to the folder containing servo.exe
should be in between the | characters (this is a special Logo
syntax).


